home *** CD-ROM | disk | FTP | other *** search
/ Chip 1997 June / CHIP Turkiye Haziran 1997.iso / shar / wincmd / install.bin / WINCMD32.EXE / 0 / RCDATA / TLISTCONF / TLISTCONF.txt
Text File  |  1996-12-31  |  5KB  |  278 lines

  1. object LISTCONF: TLISTCONF
  2.   Tag = 1
  3.   Left = 239
  4.   Top = 98
  5.   HelpContext = 330
  6.   BorderIcons = [biSystemMenu]
  7.   BorderStyle = bsDialog
  8.   Caption = 'Configure lister'
  9.   ClientHeight = 326
  10.   ClientWidth = 329
  11.   Font.Color = clBlack
  12.   Font.Height = -11
  13.   Font.Name = 'MS Sans Serif'
  14.   Font.Style = []
  15.   PixelsPerInch = 96
  16.   Position = poScreenCenter
  17.   OnShow = FormShow
  18.   TextHeight = 13
  19.   object Font: TGroupBox
  20.     Tag = 4
  21.     Left = 5
  22.     Top = 92
  23.     Width = 320
  24.     Height = 101
  25.     Caption = 'Font'
  26.     TabOrder = 0
  27.     object id_ANSI1: TLabel
  28.       Tag = 5
  29.       Left = 10
  30.       Top = 16
  31.       Width = 47
  32.       Height = 14
  33.       AutoSize = False
  34.       Caption = '&ANSI:'
  35.       FocusControl = id_AnsiDefault
  36.       WordWrap = True
  37.     end
  38.     object id_ASCII1: TLabel
  39.       Tag = 6
  40.       Left = 10
  41.       Top = 44
  42.       Width = 47
  43.       Height = 14
  44.       AutoSize = False
  45.       Caption = 'A&SCII:'
  46.       FocusControl = id_AsciiDefault
  47.       WordWrap = True
  48.     end
  49.     object id_Variable1: TLabel
  50.       Tag = 7
  51.       Left = 10
  52.       Top = 73
  53.       Width = 47
  54.       Height = 14
  55.       AutoSize = False
  56.       Caption = '&variable:'
  57.       FocusControl = id_VariableDefault
  58.       WordWrap = True
  59.     end
  60.     object id_AnsiDefault: TCheckBox
  61.       Tag = 8
  62.       Left = 62
  63.       Top = 16
  64.       Width = 77
  65.       Height = 14
  66.       Caption = 'default'
  67.       TabOrder = 0
  68.     end
  69.     object id_AnsiButton: TButton
  70.       Left = 140
  71.       Top = 11
  72.       Width = 170
  73.       Height = 25
  74.       Caption = '...'
  75.       TabOrder = 1
  76.       OnClick = id_AnsiButtonClick
  77.     end
  78.     object id_AsciiDefault: TCheckBox
  79.       Tag = 8
  80.       Left = 62
  81.       Top = 44
  82.       Width = 77
  83.       Height = 14
  84.       Caption = 'default'
  85.       TabOrder = 2
  86.     end
  87.     object id_AsciiButton: TButton
  88.       Left = 140
  89.       Top = 39
  90.       Width = 170
  91.       Height = 25
  92.       Caption = '...'
  93.       TabOrder = 3
  94.       OnClick = id_AsciiButtonClick
  95.     end
  96.     object id_VariableDefault: TCheckBox
  97.       Tag = 8
  98.       Left = 62
  99.       Top = 73
  100.       Width = 77
  101.       Height = 14
  102.       Caption = 'default'
  103.       TabOrder = 4
  104.     end
  105.     object id_VariableButton: TButton
  106.       Left = 140
  107.       Top = 68
  108.       Width = 170
  109.       Height = 25
  110.       Caption = '...'
  111.       TabOrder = 5
  112.       OnClick = id_VariableButtonClick
  113.     end
  114.   end
  115.   object GroupBox1: TGroupBox
  116.     Tag = 9
  117.     Left = 5
  118.     Top = 196
  119.     Width = 320
  120.     Height = 49
  121.     Caption = 'Display width (characters per line)'
  122.     TabOrder = 1
  123.     object Text1: TLabel
  124.       Tag = 10
  125.       Left = 10
  126.       Top = 23
  127.       Width = 45
  128.       Height = 14
  129.       AutoSize = False
  130.       Caption = '&Text:'
  131.       FocusControl = id_TextWidth
  132.       WordWrap = True
  133.     end
  134.     object Binary1: TLabel
  135.       Tag = 11
  136.       Left = 165
  137.       Top = 23
  138.       Width = 60
  139.       Height = 14
  140.       AutoSize = False
  141.       Caption = '&Binary:'
  142.       FocusControl = id_BinaryWidth
  143.       WordWrap = True
  144.     end
  145.     object id_TextWidth: TEdit
  146.       Left = 59
  147.       Top = 20
  148.       Width = 78
  149.       Height = 21
  150.       TabOrder = 0
  151.     end
  152.     object id_BinaryWidth: TEdit
  153.       Left = 232
  154.       Top = 20
  155.       Width = 78
  156.       Height = 21
  157.       TabOrder = 1
  158.     end
  159.   end
  160.   object Ok: TButton
  161.     Tag = 4001
  162.     Left = 11
  163.     Top = 299
  164.     Width = 99
  165.     Height = 24
  166.     Caption = 'Ok'
  167.     Default = True
  168.     ModalResult = 1
  169.     TabOrder = 2
  170.     OnClick = OkClick
  171.   end
  172.   object Cancel: TButton
  173.     Tag = 4002
  174.     Left = 114
  175.     Top = 299
  176.     Width = 99
  177.     Height = 24
  178.     Cancel = True
  179.     Caption = 'Cancel'
  180.     ModalResult = 2
  181.     TabOrder = 3
  182.   end
  183.   object GroupBox2: TGroupBox
  184.     Tag = 12
  185.     Left = 5
  186.     Top = 248
  187.     Width = 320
  188.     Height = 45
  189.     Caption = 'Search result'
  190.     TabOrder = 4
  191.     object Label1: TLabel
  192.       Tag = 13
  193.       Left = 10
  194.       Top = 20
  195.       Width = 199
  196.       Height = 14
  197.       AutoSize = False
  198.       Caption = 'Lines from top of list:'
  199.       FocusControl = id_SearchFromTop
  200.     end
  201.     object id_SearchFromTop: TEdit
  202.       Left = 208
  203.       Top = 16
  204.       Width = 85
  205.       Height = 21
  206.       TabOrder = 0
  207.     end
  208.     object id_SearchFromTopSpin: TScrollBar
  209.       Left = 294
  210.       Top = 16
  211.       Width = 16
  212.       Height = 21
  213.       Kind = sbVertical
  214.       TabOrder = 1
  215.       OnScroll = id_SearchFromTopSpinScroll
  216.     end
  217.   end
  218.   object id_DisplayAtStartup: TRadioGroup
  219.     Tag = 2
  220.     Left = 5
  221.     Top = 4
  222.     Width = 320
  223.     Height = 42
  224.     Caption = '&Display at startup'
  225.     Columns = 4
  226.     Items.Strings = (
  227.       'Text'
  228.       'Binary'
  229.       'Hex'
  230.       'Autodetect')
  231.     TabOrder = 5
  232.   end
  233.   object id_FontAtStartup: TRadioGroup
  234.     Tag = 3
  235.     Left = 5
  236.     Top = 48
  237.     Width = 320
  238.     Height = 42
  239.     Caption = '&Font at startup'
  240.     Columns = 4
  241.     Items.Strings = (
  242.       'ANSI'
  243.       'ASCII'
  244.       'Variable'
  245.       'Autodetect')
  246.     TabOrder = 6
  247.   end
  248.   object Button1: TButton
  249.     Tag = 4003
  250.     Left = 218
  251.     Top = 299
  252.     Width = 99
  253.     Height = 24
  254.     Cancel = True
  255.     Caption = '&Help'
  256.     TabOrder = 7
  257.     OnClick = Button1Click
  258.   end
  259.   object FontDialog1: TFontDialog
  260.     Font.Color = clWindowText
  261.     Font.Height = -13
  262.     Font.Name = 'System'
  263.     Font.Style = []
  264.     MinFontSize = 0
  265.     MaxFontSize = 0
  266.     Top = 296
  267.   end
  268.   object Translate1: TTranslate
  269.     Tag = 5840
  270.     Left = 16
  271.     Top = 296
  272.   end
  273.   object ResolutionFix1: TResolutionFix
  274.     Left = 48
  275.     Top = 296
  276.   end
  277. end
  278.